Updated copyright years.
authorJim Blandy <jimb@redhat.com>
Sat, 22 May 1993 21:34:42 +0000 (21:34 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 22 May 1993 21:34:42 +0000 (21:34 +0000)
51 files changed:
src/abbrev.c
src/alloc.c
src/buffer.c
src/buffer.h
src/bytecode.c
src/callproc.c
src/casetab.c
src/cmds.c
src/config.in
src/data.c
src/dired.c
src/dispextern.h
src/dispnew.c
src/disptab.h
src/doc.c
src/emacs.c
src/eval.c
src/fileio.c
src/filelock.c
src/floatfns.c
src/fns.c
src/frame.c
src/frame.h
src/indent.c
src/intervals.h
src/keyboard.h
src/keymap.c
src/lisp.h
src/lread.c
src/macros.c
src/mem-limits.h
src/minibuf.c
src/process.c
src/puresize.h
src/ralloc.c
src/scroll.c
src/search.c
src/syntax.c
src/syntax.h
src/sysdep.c
src/syssignal.h
src/systime.h
src/systty.h
src/term.c
src/undo.c
src/window.c
src/window.h
src/xfaces.c
src/xmenu.c
src/xrdb.c
src/xselect.c

index c9ea673e6960feb14154ba0757afd1553a80f241..831730f87f37a1ebfed26f8d7c1a8aa806b07f87 100644 (file)
@@ -1,5 +1,5 @@
 /* Primitives for word-abbrev mode.
-   Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 6aaa34dfc21b86f5ee86731421af640ce8745ad7..80ae29f62e69bc80e27db2d412cef350569529a8 100644 (file)
@@ -1,5 +1,5 @@
 /* Storage allocation and gc for GNU Emacs Lisp interpreter.
-   Copyright (C) 1985, 1986, 1988, 1992, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1988, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index db9dfbcfed52caf6816d152025ac4ccada7e6b34..3a90154992d9961faadb8ac5cb6e1c26992174f8 100644 (file)
@@ -1,5 +1,5 @@
 /* Buffer manipulation primitives for GNU Emacs.
-   Copyright (C) 1985, 1986, 1987, 1988, 1989, 1992, 1993
+   Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993
        Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
index 3ab666c07bfdad3da04d18e6dedc55138d71fc9f..9dce1ae0a36e1090db64b5daa697a2f70596ad44 100644 (file)
@@ -1,5 +1,5 @@
 /* Header file for the buffer manipulation primitives.
-   Copyright (C) 1985, 1986, 1990, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 904fd2e16aebae385f637102c31e2056e77d090e..9987c6118b0ae31bad43bdf0450918c6a5fbd5b1 100644 (file)
@@ -1,5 +1,5 @@
 /* Execution of byte code produced by bytecomp.el.
-   Copyright (C) 1985, 1986, 1987, 1988, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1988, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index df5405a07fc82eba4f73bc9733b21276c9ad1272..2750f9a3f5ebeb06cee9d5bad69097217073a792 100644 (file)
@@ -1,5 +1,5 @@
 /* Synchronous subprocess invocation for GNU Emacs.
-   Copyright (C) 1985, 1986, 1987, 1988, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1988, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 7ad648c194c116465d88fe439dd859debadbbf04..de13a91dcc8e58c5bada1fa6abfd89e542350e34 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Emacs routines to deal with case tables.
-   Copyright (C) 1987 Free Software Foundation, Inc.
+   Copyright (C) 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index ed150f7d5d3c202dc18bb32592b1a117a42e2c2c..534c670335ff72d662754cdb05165d8c9615b3c4 100644 (file)
@@ -1,5 +1,5 @@
 /* Simple built-in editing commands.
-   Copyright (C) 1985, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 20b614da2caad0c11885cc91dd843418d409e2e9..4ac808d9f52e62b08e2a0d36850447980df0681f 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Emacs site configuration template file.  -*- C -*-
-   Copyright (C) 1988 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index db726c0f8b2c587ab58244c9ae575e81926f5128..e56e30ed6df8ac44edfa3cd0121b72f092541938 100644 (file)
@@ -1,5 +1,5 @@
 /* Primitive operations on Lisp data types for GNU Emacs Lisp interpreter.
-   Copyright (C) 1985, 1986, 1988, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1988, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 0b9fa436486fc1c7d2c7c29a0b3246adde50a18f..ee0ae07b970dd4b4df9df36a9ee7b578ae3f15c5 100644 (file)
@@ -1,5 +1,5 @@
 /* Lisp functions for making directory listings.
-   Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 6efe29de8e7d886903abdbc6e7da1c27b345b5b2..d793abe9cd4a8dcaefb6e44b39535cdb4a336de3 100644 (file)
@@ -1,5 +1,5 @@
 /* Interface definitions for display code.
-   Copyright (C) 1985, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index fe132f1a0da3a1a420be1b6859ad7f67c96c5b9e..1766561515cac5370388d0e390640c11374deb5f 100644 (file)
@@ -1,6 +1,5 @@
 /* Updating of data structures for redisplay.
-   Copyright (C) 1985, 1986, 1987, 1988, 1990, 
-   1992, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1988, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index d8a4c9ab06d80a2997a86d8a7d670daae3776889..235f6bf24fb452d06f1e87a5db9e79080698cca7 100644 (file)
@@ -1,5 +1,5 @@
 /* Things for GLYPHS and glyph tables.
-   Copyright (C) 1990 Free Software Foundation, Inc.
+   Copyright (C) 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index fc8c996efb3830a1842bb9e44418f2f5d169ca99..9cab00f19982e9d3f88a4a69b1d8f7fe63688cc1 100644 (file)
--- a/src/doc.c
+++ b/src/doc.c
@@ -1,5 +1,5 @@
 /* Record indices of function doc strings stored in a file.
-   Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index dac22ca1c23c0437980d78bfc312a553c97fe7a1..cc7dcf7b6d435f540b8d63d393cb4910b7ff2784 100644 (file)
@@ -1,5 +1,5 @@
 /* Fully extensible Emacs, running on Unix, intended for GNU.
-   Copyright (C) 1985, 1986, 1987, 1992, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 8cd05ca7fe12f259b6e4b8bf0ee06ef641d5e5fc..2812c79e0d376de366e8a495ab26990c74c88466 100644 (file)
@@ -1,5 +1,5 @@
 /* Evaluator for GNU Emacs Lisp interpreter.
-   Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 24f53e9f3bbc8fdcc72a35a126809c43d7462d73..8987142e2ce9085a6118b6f49f049d34c8e7fcee 100644 (file)
@@ -1,5 +1,5 @@
 /* File IO for GNU Emacs.
-   Copyright (C) 1985, 1986, 1987, 1988, 1992, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1988, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 738cb382b982afa83418d0f73dbd7c2f6143f5e1..fad8dd151710fc976e297d3934d635f0c8b9a495 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1985, 1986, 1987, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 8dd3fdc7bd45f28d2453953de5b044b8b7fb65f8..4449d5c5117f17daf336bfbb4fc85c83f295b1fb 100644 (file)
@@ -1,5 +1,5 @@
 /* Primitive operations on floating point for GNU Emacs Lisp interpreter.
-   Copyright (C) 1988, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 328cf984c71f455bab27791e009016af11621698..12c164183063f7f4adf4dafaea5cab48d5354d66 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -1,5 +1,5 @@
 /* Random utility Lisp functions.
-   Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index e11a90affb69f9aacbdcd93fcbbcde28a41a113f..d2e5b081281e53977c9197fb9c64ac0a14afa6a0 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic frame functions.
-   Copyright (C) 1989, 1992, 1993 Free Software Foundation.
+   Copyright (C) 1993 Free Software Foundation.
 
 This file is part of GNU Emacs.
 
index 0ec28119bce6e483c2d07d426e41afeebc2d786f..69977577818b764fe543bde3056043dccfe0e3da 100644 (file)
@@ -1,5 +1,5 @@
 /* Define frame-object for GNU Emacs.
-   Copyright (C) 1988, 1992, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 44e3f14be3a5bfd645d4c572cb15da3388452b07..f54bf87e94062bb592bb78b94f4fe171a6cd5adb 100644 (file)
@@ -1,5 +1,5 @@
 /* Indentation functions.
-   Copyright (C) 1985, 1986, 1987, 1988, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1988, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index a859cb86b9d7bb0de78bedd509444bb3f8832203..e7ebb8f5cd6fd7155ae4425a494e1c8d52a2a748 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions and global variables for intervals.
-   Copyright (C) 1990, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index c397c9b6e2f050afcd26f289d5ede6c7607d0e11..ccb05ce3071650fd8c15c6adedab40688d1482fc 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations useful when processing input.
-   Copyright (C) 1985, 1986, 1987, 1992, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 6f3cd35b87284fe476382adcec46e39bb2b3367d..1973b89ba625f05797f16a4fce10e800633dd086 100644 (file)
@@ -1,5 +1,5 @@
 /* Manipulation of keymaps
-   Copyright (C) 1985, 1986, 1987, 1988, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1988, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 1fdcae2e62864ba6c215f92b91ad87080e197dc2..06abaa128db2a4825dc13c9067d7f09356cfab1f 100644 (file)
@@ -1,5 +1,5 @@
 /* Fundamental definitions for GNU Emacs Lisp interpreter.
-   Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index f059f757a69e36f660a5b3ea4fe472fd0eadd7fe..fdcbebcafff6b72a982ddfc05deb8eaf44addc49 100644 (file)
@@ -1,6 +1,6 @@
 /* Lisp parsing and input streams.
    Copyright (C) 1985, 1986, 1987, 1988, 1989,
-   1992 Free Software Foundation, Inc.
+   1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 71ecb86cf6c43b789c9dadaca3e2434530f6d2f2..91d3ec84fa3a5162d45b3efa983542f66ec01e50 100644 (file)
@@ -1,5 +1,5 @@
 /* Keyboard macros.
-   Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index e2df73ee8d08e33d284b3652d459ea9d6d968af0..bb03c6f32f9eb615c2f1341f2e779a4239c48d4c 100644 (file)
@@ -1,5 +1,5 @@
 /* Includes for memory limit warnings.
-   Copyright (C) 1990, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 9b4867f571acfd938defef4a4361c9b5c6d622e9..9987b71578ef2f2238617ed3c42dcbe5368c3608 100644 (file)
@@ -1,5 +1,5 @@
 /* Minibuffer input and completion.
-   Copyright (C) 1985, 1986, 1992, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 9a1012094dd04c55dcd1ff78e18ab16d606f6aef..c7838c13b896b5fdc7ee320b1c7f4fd9d700189d 100644 (file)
@@ -1,5 +1,5 @@
 /* Asynchronous subprocess control for GNU Emacs.
-   Copyright (C) 1985, 1986, 1987, 1988, 1992, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1988, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 9473d3df5e727471addc71ffb544583b9927a80e..2521ac1582d68353d607e839f3adcfa64e9d037d 100644 (file)
@@ -1,5 +1,5 @@
 /* How much read-only Lisp storage a dumped Emacs needs.
-   Copyright (C) 1991 Free Software Foundation, Inc.
+   Copyright (C) 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 47300ef10150b029aa1b9ebec9b478a2d7e747f7..e5860a1d78468d1152f3214667c4acf9b408dea8 100644 (file)
@@ -1,5 +1,5 @@
 /* Block-relocating memory allocator. 
-   Copyright (C) 1992 Free Software Foundation, Inc.
+   Copyright (C) 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 954f92a24d6603a577b8c5c0cc44d5af013253b9..c4882cd091f83a49ab30bd973477e11c02f0bb18 100644 (file)
@@ -1,5 +1,5 @@
 /* Calculate what line insertion or deletion to do, and do it,
-   Copyright (C) 1985, 1986, 1990, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1990, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 40e0c1623a3e4bdb80f6280502aad224615b9c42..99e3c40f58a41784abbcd1f7492681c54485b108 100644 (file)
@@ -1,5 +1,5 @@
 /* String search routines for GNU Emacs.
-   Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 2af69a3d52bf5232d00acd553912cad66114dd5a..9dcb8c23f948ef0497313c4bdd34504292055626 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Emacs routines to deal with syntax tables; also word and list parsing.
-   Copyright (C) 1985, 1987, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1987, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 005b2a2cd989a15c0e530cbe1b391901b72ca549..6ccafff64beea41b8190e197ae2405d13ce6f583 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations having to do with GNU Emacs syntax tables.
-   Copyright (C) 1985 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 933f599bbc906aff1c307da0b7697df43cfe47e2..c790901fece03a61a1f8743589743508334f4ad3 100644 (file)
@@ -1,5 +1,5 @@
 /* Interfaces to system-dependent kernel and library entries.
-   Copyright (C) 1985, 1986, 1987, 1988, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1988, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index ad3958647f25604ba3496f151f07043590ef17eb..64a24e1e013b4d8cf7fe26bf8a8a9410e5d43936 100644 (file)
@@ -1,5 +1,5 @@
 /* syssignal.h - System-dependent definitions for signals.
-   Copyright (C) 1992 Free Software Foundation, Inc.
+   Copyright (C) 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 0cc72ccb3c117fe4ccc442faf416ce61512f71ec..4bc557c70678adf4e2bf60f273b9773869a39ae6 100644 (file)
@@ -1,5 +1,5 @@
 /* systime.h - System-dependent definitions for time manipulations.
-   Copyright (C) 1992 Free Software Foundation, Inc.
+   Copyright (C) 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 99c906ed3a3a8a1f608a2f60e437abf2bfdebaf0..98e97960540479d41eb8e7a8e0b76a8d00859501 100644 (file)
@@ -1,5 +1,5 @@
 /* systty.h - System-dependent definitions for terminals.
-   Copyright (C) 1992 Free Software Foundation, Inc.
+   Copyright (C) 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 0b59e13b9fc9827ad24d09d764414f6527243bc3..e960bd134751143ec4ceacdc9939a446fbd46b72 100644 (file)
@@ -1,5 +1,5 @@
 /* terminal control module for terminals described by TERMCAP
-   Copyright (C) 1985, 1986, 1987, 1992, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index c8ba54580cb350d581b9701468ab32a563dd95eb..04003cb6cc5fce4275b6d0faca703c64c38e2b2a 100644 (file)
@@ -1,5 +1,5 @@
 /* undo handling for GNU Emacs.
-   Copyright (C) 1990 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 8897b509e1cb9b862da91f1e8dab8f7eb957cbed..a1fda05646325e577cc26a417fb73d37e7b34870 100644 (file)
@@ -1,6 +1,6 @@
 /* Window creation, deletion and examination for GNU Emacs.
    Does not include redisplay.
-   Copyright (C) 1985, 1986, 1987, 1992, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index a7db04810c38623e81c120c36d7d3833f1a3df4e..6d613ad9f4ee29f937347e8b81abcbd735402ac7 100644 (file)
@@ -1,5 +1,5 @@
 /* Window definitions for GNU Emacs.
-   Copyright (C) 1985, 1986, 1992, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 285ac3f6bf1d0cb308f99ffd83455d8696e43f7d..5638ed65d5f587d0bbda16f0af54c1854cd55cc5 100644 (file)
@@ -1,5 +1,5 @@
 /* "Face" primitives.
-   Copyright (C) 1992, 1993 Free Software Foundation.
+   Copyright (C) 1993 Free Software Foundation.
 
 This file is part of GNU Emacs.
 
index 6e154b07986ff0872094f5e7f9dbf3cf2204d6ae..6a4e69dc94e3246a7a5289ca7573c2776d8100ff 100644 (file)
@@ -1,5 +1,5 @@
 /* X Communication module for terminals which understand the X protocol.
-   Copyright (C) 1986, 1988, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1986, 1988, 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index a83cb37fe53e9c9ef9cd530b74237a08a117bfd8..cf7a06f804199e989a0e47605436f6a35f2ec120 100644 (file)
@@ -1,5 +1,5 @@
 /* Deal with the X Resource Manager.
-   Copyright (C) 1990, 1992 Free Software Foundation.
+   Copyright (C) 1990, 1993 Free Software Foundation.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
index ca756646cd0e59be74f497db4a1906a8330f6fa3..1e8111055047b934d6a82aaedfe3cce3a3d6f337 100644 (file)
@@ -1,10 +1,5 @@
-/* x_handle_selection_notify
-x_reply_selection_request
-XFree
-x_selection_timeout initial value  */
-
 /* X Selection processing for emacs
-   Copyright (C) 1990-1993 Free Software Foundation.
+   Copyright (C) 1993 Free Software Foundation.
 
 This file is part of GNU Emacs.
 
@@ -22,6 +17,11 @@ You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
+/* x_handle_selection_notify
+x_reply_selection_request
+XFree
+x_selection_timeout initial value  */
+
 /* Rewritten by jwz */
 
 #include "config.h"